ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / BollingerBands<T> Class / Multiplier Property






In This Topic
    Multiplier Property (BollingerBands<T>)
    In This Topic
    Gets or sets the standard deviation multiplier.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(2)>
    Public Property Multiplier As System.Double
    'Usage
     
    
    Dim instance As BollingerBands(Of T)
    Dim value As System.Double
     
    instance.Multiplier = value
     
    value = instance.Multiplier
    [System.ComponentModel.DefaultValue(2)]
    public System.double Multiplier {get; set;}
    public read-write property Multiplier: System.Double; 
    System.ComponentModel.DefaultValueAttribute(2)
    public function get,set Multiplier : System.double
    [System.ComponentModel.DefaultValue(2)]
    public: __property System.double get_Multiplier();
    public: __property void set_Multiplier( 
       System.double value
    );
    [System.ComponentModel.DefaultValue(2)]
    public:
    property System.double Multiplier {
       System.double get();
       void set (    System.double value);
    }
    See Also